(view-buffer-other-window): Remove spurious backslashes from
authorRoland McGrath <roland@gnu.org>
Wed, 31 Mar 1993 23:16:10 +0000 (23:16 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 31 Mar 1993 23:16:10 +0000 (23:16 +0000)
interactive spec.

lisp/view.el

index 5648a016ea1d79b1b3f9f1c60e24d56c95536f63..4629b4fcd6a397f78eaaa6fb9344b54a73dded79 100644 (file)
@@ -163,7 +163,7 @@ Space scrolls forward, Delete scrolls backward.
 For list of all View commands, type ? or h while viewing.
 
 Calls the value of  view-hook  if that is non-nil."
-  (interactive \"bView buffer:\\nP\")
+  (interactive "bView buffer:\nP")
   (let ((return-to (and not-return (current-window-configuration))))
     (switch-to-buffer-other-window buffer-name)
     (view-mode return-to)))